home *** CD-ROM | disk | FTP | other *** search
/ distrib.akp.su/Programming/Vb-6+Rus/ / distrib.akp.su.tar / distrib.akp.su / Programming / Vb-6+Rus / ! BIBLIOTEKI ! / HELPSCRB.352 / README.txt < prev    next >
Text File  |  1998-03-13  |  3KB  |  66 lines

  1. HelpScribble 3.5.2 * 13 March 1998
  2. Copyright (C) 1996-1998, by Jan Goyvaerts.
  3.  
  4. HelpScribble is a program to create Windows Help files, 
  5. without the need of a word processor.
  6.  
  7. It has everything a great help authoring tool needs:
  8.   * Good installation/uninstallation program
  9.   * Easy to use interface:
  10.     * List of topics can be permanently visible
  11.     * No need to mess with heaps of dialog boxes
  12.     * ...
  13.   * Built-in editors for:
  14.     * Browse sequences
  15.     * Secondary windows
  16.     * WinHelp macros
  17.     * Win95-style contents files
  18.     * Segmented HyperGraphics (SHG) or hotspot bitmaps
  19.   * Can create Windows 3.1 and Windows 95 help files
  20.   * Export your help projects:
  21.     * Create a printed manual right from your help project:
  22.       HelpScribble will write an RTF file from your help text,
  23.       without any links, footnotes, etc.
  24.       Then load this file into your DTP program, brush it up a little 
  25.       and print it.
  26.     * Save the project to HPJ and RTF files so people who do not have
  27.       HelpScribble can edit them too.
  28.   * Import help projects
  29.     * If you have previously used another help authoring tool, you can
  30.       import those projects (HPJ and RTF files) in HelpScribble
  31.   * Online help, created with HelpScribble
  32.   * ...
  33.  
  34. For Borland Delphi programmers, it has some more interesting features:
  35.   * HelpScribble parses your source code to make documenting your
  36.     VCL component very easy! It can extract the comments from your source
  37.     files and use them as the default descriptions.
  38.   * HelpScribble's HelpContext property editor integrates in Delphi 1, 2 and
  39.     and also in C++Builder.
  40.     * Double-click on any HelpContext property in the Object Inspector
  41.       and manage your help topics directly from within Delphi.
  42.     * It can display a tree of all the components on your form 
  43.       with their help topics. Very handy!
  44.   * HelpScribble can do syntax highlighting on the sample code
  45.     in your help file.
  46.  
  47. To install it, simply unzip the zip file and run Setup.exe
  48. If you also install the Delphi or C++Builder property editor, 
  49. you will have to add HelpCtx.dcu (put in the Delphi\Lib directory by default) 
  50. to the component library manually.
  51. See online help for more information.
  52.  
  53. If, due to some unimaginable reason, you would not like HelpScribble, you can
  54. uninstall it from the Control Panel or by running Setup.exe again.
  55.  
  56. * HelpScribble requires Windows 95 or NT4
  57. * You will also need a help compiler to build the .hlp file from your text
  58.   If you don't have one, you can get it at http://www.tornado.be/~johnfg/
  59.  
  60. You can freely distribute the unregistered version of HelpScribble, as long
  61. as it is done by copying the original, unmodified zip file.
  62.  
  63. If you have any problems, you can contact the author at jg@ping.be
  64. The latest version can always be found at http://www.ping.be/jg/
  65.  
  66. Jan Goyvaerts.